home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitGroc.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  350 b   |  14 lines

  1. on exitFrame
  2.   global exitReward, snapV, snapH
  3.   if (exitReward = "hay") or (exitReward = "newsPaper") then
  4.     set snapH to 482
  5.     set snapV to 341
  6.   else
  7.     set snapH to 469
  8.     set snapV to 324
  9.   end if
  10.   set the castNum of sprite 16 to the number of cast exitReward
  11.   set the locV of sprite 16 to snapV
  12.   set the locH of sprite 16 to snapH
  13. end
  14.